@charset "UTF-8";
@font-face {
  font-family: CenturyGothic-Bold;
  src: url(../font/CenturyGothicStd-Bold.otf); }

@font-face {
  font-family: CenturyGothic;
  src: url(../font/CenturyGothic.TTF); }

@font-face {
  font-family: HelveticaNeueLT-Medium;
  src: url(../font/Helvetica-LT-65-Medium.ttf); }

@font-face {
  font-family: MyriadPro-Regular;
  src: url(../font/MyriadPro-Regular.otf); }

@font-face {
  font-family: CenturyGothic-BoldItalic;
  src: url(../font/Century-Gothic-Bold-Italic.ttf); }

@font-face {
  font-family: YouSheBiaoTiHei;
  src: url(../font/YouSheBiaoTiHei-2.ttf); }

body {
  font-family: MicrosoftYaHei,'微软雅黑';
  color: #313131; }

.hide {
  overflow: hidden; }

.swiper-container {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto; }

.swiper-slide {
  text-align: center;
  font-size: 18px;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center; }

.blank {
  width: 95%;
  max-width: 1200px;
  margin: 0 auto;
  min-height: 800px;
  display: flex;
  justify-content: center;
  align-items: center; }
  .blank p {
    font-size: 3.5rem;
    font-weight: bold; }

/* 顶部 */
.header .top {
  width: 95%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 10px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  position: relative; }
  .header .top .top-logo {
    font-size: 0; }
  .header .top .top-sear {
    display: flex; }
    .header .top .top-sear .top-sear-inp {
      width: 250px;
      font-size: 14px;
      color: #777;
      text-indent: 1em;
      padding: 10px 0;
      background-color: #e5e5e5;
      border-radius: 4px; }
      .header .top .top-sear .top-sear-inp::-webkit-input-placeholder {
        font-size: 14px;
        color: #535353; }
    .header .top .top-sear .top-sear-btn {
      width: 39px;
      height: 39px;
      display: flex;
      justify-content: center;
      align-items: center;
      background-color: #008cd6;
      border-radius: 4px;
      margin-left: 5px;
      cursor: pointer; }
      .header .top .top-sear .top-sear-btn i {
        font-size: 18px;
        color: #fff; }
      .header .top .top-sear .top-sear-btn:hover {
        background-color: #777; }
  .header .top .top-sear-img {
    font-size: 0;
    display: flex;
    align-items: center; }
  .header .top .navbtn {
    position: absolute;
    top: 10px;
    right: 0;
    z-index: 10;
    background-color: #fff;
    display: none; }
    .header .top .navbtn i {
      font-size: 25px; }
  .header .top .navbtn2 {
    position: fixed;
    right: 20px;
    padding: 1px 3px; }

.header .nav {
  background-color: #1c87ca; }
  .header .nav .nav-list {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    background-color: #1c87ca;
    display: flex; }
    .header .nav .nav-list .nav-item {
      width: calc(100% / 8);
      position: relative;
      z-index: 5; }
      .header .nav .nav-list .nav-item > a {
        display: block;
        font-size: 17px;
        text-align: center;
        padding: 10px 0; }
        .header .nav .nav-list .nav-item > a i {
          margin-right: 3px; }
      .header .nav .nav-list .nav-item .active {
        background-color: #055182; }
      .header .nav .nav-list .nav-item .nav-item-sec {
        width: 100%;
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 5;
        background-color: #ffffff;
        border: solid 2px #1c87ca;
        border-top: none;
        padding: 40px 0;
        max-height: 397px;
        display: none; }
        .header .nav .nav-list .nav-item .nav-item-sec .nav-item-sec-i {
          width: 80%;
          margin: 0 auto;
          margin-top: 20px;
          font-size: 16px;
          color: #313131; }
          .header .nav .nav-list .nav-item .nav-item-sec .nav-item-sec-i h3 {
            font-family: MicrosoftYaHei-Bold,'微软雅黑';
            font-size: 18px; }
          .header .nav .nav-list .nav-item .nav-item-sec .nav-item-sec-i dl {
            margin-top: 10px; }
            .header .nav .nav-list .nav-item .nav-item-sec .nav-item-sec-i dl dd {
              margin-top: 10px; }
              .header .nav .nav-list .nav-item .nav-item-sec .nav-item-sec-i dl dd:first-child {
                margin-top: 0; }
          .header .nav .nav-list .nav-item .nav-item-sec .nav-item-sec-i a {
            color: #313131; }
            .header .nav .nav-list .nav-item .nav-item-sec .nav-item-sec-i a:hover {
              color: #1c87ca; }
          .header .nav .nav-list .nav-item .nav-item-sec .nav-item-sec-i:first-child {
            margin-top: 0; }
      .header .nav .nav-list .nav-item .nav-item-sec2 {
        padding: 30px 0; }
        .header .nav .nav-list .nav-item .nav-item-sec2 .nav-item-sec-i {
          margin-top: 20px;
          font-weight: bold; }
      .header .nav .nav-list .nav-item .nav-item-sec3 {
        display: block; }
      .header .nav .nav-list .nav-item:hover > a {
        background-color: #055182; }

.header .navmob {
  position: fixed;
  right: 100%;
  top: 0;
  z-index: 10;
  width: 50%;
  max-width: 300px;
  height: 100vh;
  background-color: #fff;
  display: flex;
  transition: 0.8s;
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -o-transition: 0.8s;
  -ms-transition: 0.8s; }
  .header .navmob .navmob-list {
    width: 100%;
    margin: 20px 15px; }
    .header .navmob .navmob-list .navmob-item {
      margin-top: 10px;
      padding-bottom: 10px;
      border-bottom: solid 1px #777; }
      .header .navmob .navmob-list .navmob-item > a {
        display: block;
        font-size: 17px;
        font-weight: bold;
        color: #434343;
        position: relative; }
        .header .navmob .navmob-list .navmob-item > a i {
          position: absolute;
          right: 0;
          top: 5px;
          transition: 0.5s; }
      .header .navmob .navmob-list .navmob-item .navmob-item-act {
        color: #1c87ca; }
      .header .navmob .navmob-list .navmob-item .navmob-item-sec {
        margin-top: 15px;
        display: none; }
        .header .navmob .navmob-list .navmob-item .navmob-item-sec .navmob-item-sec-i {
          margin-top: 10px; }
          .header .navmob .navmob-list .navmob-item .navmob-item-sec .navmob-item-sec-i a {
            display: block;
            font-size: 16px;
            color: #434343;
            margin-left: 20px; }
          .header .navmob .navmob-list .navmob-item .navmob-item-sec .navmob-item-sec-i .navmob-item-sec-act {
            color: #1c87ca; }
          .header .navmob .navmob-list .navmob-item .navmob-item-sec .navmob-item-sec-i:first-child {
            margin-top: 0; }
      .header .navmob .navmob-list .navmob-item:first-child {
        margin-top: 0; }

.header .navmob2 {
  transform: translateX(100%);
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -o-transform: translateX(100%); }

/* 横幅1 */
.banner {
  width: 100%;
  height: 230px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }
  .banner .banner-body {
    width: 95%;
    height: 100%;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center; }
    .banner .banner-body p {
      font-size: 30px;
      font-family: "思源黑体 CN Bold", "思源黑体", SourceHanSansCN-Bold;
      color: #fff;
      display: flex;
      align-items: center; }
      .banner .banner-body p img {
        margin-right: 10px; }

.banner-teacher {
  background-image: url(../img/laoshiban.jpg); }

.banner-jiaoxue {
  background-image: url(../img/jiaoxueban.jpg); }

.banner-banxue {
  background-image: url(../img/banxuekcban.jpg); }

.banner-lianxi {
  background-image: url(../img/lianxiban.jpg); }

.banner-xueyuan {
  background-image: url(../img/xueyuanban.jpg); }

.banner-xinwen {
  background-image: url(../img/xinwenban.jpg); }

/* 面包屑 */
.bread {
  width: 100%;
  border-bottom: solid 1px #dcdcdc; }
  .bread .bread-body {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between; }
    .bread .bread-body .bread-l {
      display: flex;
      align-items: center; }
      .bread .bread-body .bread-l div {
        margin-left: 25px; }
        .bread .bread-body .bread-l div a {
          font-size: 14px;
          color: #434343; }
          .bread .bread-body .bread-l div a:hover {
            color: #1c87ca; }
    .bread .bread-body .bread-r {
      display: flex; }
      .bread .bread-body .bread-r a {
        color: #333;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-left: 20px;
        position: relative; }
        .bread .bread-body .bread-r a:first-child {
          margin-left: 0; }
        .bread .bread-body .bread-r a:before {
          content: '';
          width: 100%;
          height: 3px;
          position: absolute;
          left: 0;
          bottom: 0;
          background-image: linear-gradient(90deg, #1c87ca 0%, #7cc8bc 100%), linear-gradient(#1c87ca, #1c87ca);
          background-blend-mode: normal, normal;
          display: none; }
        .bread .bread-body .bread-r a:hover {
          color: #1c87ca; }
          .bread .bread-body .bread-r a:hover:before {
            display: inline-block; }
      .bread .bread-body .bread-r .breadact {
        color: #1c87ca; }
        .bread .bread-body .bread-r .breadact:before {
          display: inline-block; }

/* 底部通用横幅 */
.genban {
  background-image: linear-gradient(90deg, #1c87ca 0%, #7cc8bc 100%), linear-gradient(#1c87ca, #1c87ca);
  background-blend-mode: normal, normal; }
  .genban .genban-body {
    width: 95%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 2; }
    .genban .genban-body .genban-info {
      color: #fff; }
      .genban .genban-body .genban-info .genban-info-tit {
        font-family: YouSheBiaoTiHei;
        font-size: 48px; }
      .genban .genban-body .genban-info .genban-info-words {
        font-family: "思源黑体 CN Regular","思源黑体",SourceHanSansCN-Regular;
        font-size: 22px; }
    .genban .genban-body .genban-img {
      font-size: 0;
      position: absolute;
      right: 0;
      z-index: -1; }

/* 分页 */
.pagination ul {
  display: flex;
  justify-content: flex-end; }
  .pagination ul a {
    width: 30px;
    height: 30px;
    background-color: #eee;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 7px; }
    .pagination ul a li {
      font-size: 14px;
      color: #535353; }
    .pagination ul a:hover {
      background-color: #1c87ca; }
      .pagination ul a:hover li {
        color: #fff; }
    .pagination ul a:first-child {
      margin-left: 0; }
  .pagination ul .current {
    background-color: #1c87ca; }
    .pagination ul .current li {
      color: #fff; }

/* 首页 */
.index-ban {
  position: relative;
  width: 100%;
  height: 397px; }
  .index-ban .indexban {
    width: 100%;
    height: 100%; }
    .index-ban .indexban .swiper-slide {
      width: 100%;
      height: 100%;
      background-repeat: no-repeat;
      background-position: center;
      background-size: cover; }
    .index-ban .indexban .swiper-pagination-bullet {
      width: 14px;
      height: 14px;
      background-color: #626262;
      opacity: 1; }
    .index-ban .indexban .swiper-pagination-bullet-active {
      background-color: #1c87ca; }
  .index-ban .index-ban-body {
    width: 100%;
    height: 100%;
    max-width: 1200px;
    margin: 0 auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 2;
    display: flex;
    justify-content: flex-end; }
    .index-ban .index-ban-body .index-ban-r {
      height: 100%;
      background-color: rgba(255, 255, 255, 0.9);
      display: flex; }
      .index-ban .index-ban-body .index-ban-r .index-ban-r-box {
        margin: 20px; }
        .index-ban .index-ban-body .index-ban-r .index-ban-r-box .index-ban-r-yun1 {
          font-size: 0;
          padding-bottom: 20px;
          border-bottom: solid 1px #d2d2d2; }
        .index-ban .index-ban-body .index-ban-r .index-ban-r-box ul {
          margin-top: 30px; }
          .index-ban .index-ban-body .index-ban-r .index-ban-r-box ul li {
            margin-top: 30px; }
            .index-ban .index-ban-body .index-ban-r .index-ban-r-box ul li div {
              font-size: 0;
              text-align: center; }
              .index-ban .index-ban-body .index-ban-r .index-ban-r-box ul li div:last-child {
                margin-top: 15px; }
            .index-ban .index-ban-body .index-ban-r .index-ban-r-box ul li:first-child {
              margin-top: 0; }

.index-body {
  width: 95%;
  max-width: 1200px;
  margin: 40px auto; }
  .index-body .index-body-tit {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px; }
    .index-body .index-body-tit h3 {
      font-size: 24px;
      color: #434343;
      vertical-align: middle; }
      .index-body .index-body-tit h3 img {
        margin-right: 15px; }
    .index-body .index-body-tit a {
      font-size: 14px;
      color: #707070; }
      .index-body .index-body-tit a:hover {
        color: #1c87ca; }
  .index-body .index-course ul {
    display: flex;
    flex-wrap: wrap; }
    .index-body .index-course ul .index-course-item {
      width: 48%;
      margin-right: 4%;
      margin-bottom: 25px;
      display: flex; }
      .index-body .index-course ul .index-course-item .index-course-item-l {
        font-size: 0;
        width: 60%;
        border: solid 1px #dcdcdc;
        border-right: none; }
        .index-body .index-course ul .index-course-item .index-course-item-l img {
          width: 100%;
          height: 100%;
          object-fit: cover;
          object-position: center; }
      .index-body .index-course ul .index-course-item .index-course-item-r {
        width: 40%;
        border: solid 1px #dcdcdc;
        border-left: none;
        display: flex; }
        .index-body .index-course ul .index-course-item .index-course-item-r .index-course-item-r-box {
          width: 100%;
          margin: 20px;
          display: flex;
          flex-direction: column;
          justify-content: center;
          align-items: center; }
          .index-body .index-course ul .index-course-item .index-course-item-r .index-course-item-r-box p {
            font-size: 22px;
            font-weight: bold;
            color: #434343; }
          .index-body .index-course ul .index-course-item .index-course-item-r .index-course-item-r-box a {
            display: inline-block;
            width: 100px;
            font-size: 14px;
            background-image: linear-gradient(90deg, #1c87ca 0%, #7cc8bc 100%), linear-gradient(#1c87ca, #1c87ca);
            background-blend-mode: normal, normal;
            border-radius: 6px;
            text-align: center;
            padding: 8px 0;
            margin-top: 15px; }
      .index-body .index-course ul .index-course-item:nth-child(2n) {
        margin-right: 0; }
  .index-body .index-teach .index-teach-body {
    position: relative; }
    .index-body .index-teach .index-teach-body .index-teach-list .swiper-slide {
      border: solid 1px #e5e5e5;
      text-align: left;
      height: auto;
      align-content: flex-start;
      align-items: flex-start; }
    .index-body .index-teach .index-teach-body .index-teach-list .index-teach-list-box {
      width: 100%;
      margin: 15px; }
      .index-body .index-teach .index-teach-body .index-teach-list .index-teach-list-box .index-teach-list-photo {
        font-size: 0;
        width: 120px;
        height: 120px;
        margin: 0 auto;
        overflow: hidden;
        background-color: #e5e5e5;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center; }
        .index-body .index-teach .index-teach-body .index-teach-list .index-teach-list-box .index-teach-list-photo img {
          width: 100%;
          height: 100%;
          object-fit: cover;
          object-position: center; }
      .index-body .index-teach .index-teach-body .index-teach-list .index-teach-list-box .index-teach-list-info {
        margin-top: 10px; }
        .index-body .index-teach .index-teach-body .index-teach-list .index-teach-list-box .index-teach-list-info .index-teach-list-info-tit {
          font-size: 20px;
          color: #313131; }
        .index-body .index-teach .index-teach-body .index-teach-list .index-teach-list-box .index-teach-list-info .index-teach-list-line {
          width: 100%;
          height: 2px;
          background-image: linear-gradient(90deg, #1c87ca 0%, #7cc8bc 100%), linear-gradient(#3896d0, #3896d0);
          background-blend-mode: normal, normal;
          margin-top: 10px; }
        .index-body .index-teach .index-teach-body .index-teach-list .index-teach-list-box .index-teach-list-info .index-teach-list-info-words {
          margin-top: 10px;
          font-size: 12px;
          color: #313131;
          max-height: 54px;
          overflow-y: hidden; }
          .index-body .index-teach .index-teach-body .index-teach-list .index-teach-list-box .index-teach-list-info .index-teach-list-info-words p {
            line-height: 18px; }
    .index-body .index-teach .index-teach-body .index-teach-arr {
      font-size: 0;
      width: 44px;
      height: 44px;
      cursor: pointer; }
      .index-body .index-teach .index-teach-body .index-teach-arr:focus {
        outline: none; }
    .index-body .index-teach .index-teach-body .index-teach-prev {
      position: absolute;
      left: -60px;
      top: 0;
      bottom: 0;
      margin: auto 0; }
    .index-body .index-teach .index-teach-body .index-teach-next {
      position: absolute;
      right: -60px;
      top: 0;
      bottom: 0;
      margin: auto 0; }
  .index-body .index-wond {
    margin-top: 30px; }
    .index-body .index-wond ul {
      display: flex; }
      .index-body .index-wond ul .index-wond-item {
        width: 24%;
        margin-right: 2%;
        position: relative; }
        .index-body .index-wond ul .index-wond-item .index-wond-item-img {
          font-size: 0;
          width: 100%;
          overflow: hidden;
          position: relative; }
          .index-body .index-wond ul .index-wond-item .index-wond-item-img img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            object-position: center;
            transition: 0.5s; }
        .index-body .index-wond ul .index-wond-item p {
          font-size: 14px;
          color: #434343;
          line-height: 18px;
          margin-top: 10px;
          display: -webkit-box;
          -webkit-box-orient: vertical;
          -webkit-line-clamp: 2;
          overflow: hidden; }
        .index-body .index-wond ul .index-wond-item a {
          width: 100%;
          height: 100%;
          position: absolute;
          left: 0;
          top: 0; }
        .index-body .index-wond ul .index-wond-item:last-child {
          margin-right: 0; }
        .index-body .index-wond ul .index-wond-item:hover .index-wond-item-img img {
          transform: scale(1.2);
          -webkit-transform: scale(1.2);
          -moz-transform: scale(1.2);
          -o-transform: scale(1.2); }
  .index-body .index-news {
    margin-top: 30px; }
    .index-body .index-news .index-news-body {
      display: flex;
      justify-content: space-between; }
      .index-body .index-news .index-news-body .index-news-first {
        width: 30%;
        position: relative; }
        .index-body .index-news .index-news-body .index-news-first .index-news-first-img {
          font-size: 0;
          width: 100%;
          height: 100%; }
          .index-body .index-news .index-news-body .index-news-first .index-news-first-img img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            object-position: center; }
        .index-body .index-news .index-news-body .index-news-first .index-news-first-info {
          position: absolute;
          bottom: 0;
          left: 0;
          width: 100%;
          background-color: rgba(49, 49, 49, 0.6);
          display: flex; }
          .index-body .index-news .index-news-body .index-news-first .index-news-first-info .index-news-first-box {
            width: 100%;
            margin: 20px;
            color: #fff; }
            .index-body .index-news .index-news-body .index-news-first .index-news-first-info .index-news-first-box .index-news-first-tit {
              font-size: 20px;
              line-height: 24px;
              display: -webkit-box;
              -webkit-box-orient: vertical;
              -webkit-line-clamp: 2;
              overflow: hidden; }
              .index-body .index-news .index-news-body .index-news-first .index-news-first-info .index-news-first-box .index-news-first-tit a:hover {
                color: #1c87ca; }
            .index-body .index-news .index-news-body .index-news-first .index-news-first-info .index-news-first-box .index-news-first-date {
              font-size: 12px;
              color: #d2d2d2;
              margin-top: 10px; }
            .index-body .index-news .index-news-body .index-news-first .index-news-first-info .index-news-first-box .index-news-first-words {
              font-size: 14px;
              margin-top: 10px; }
              .index-body .index-news .index-news-body .index-news-first .index-news-first-info .index-news-first-box .index-news-first-words span {
                display: -webkit-box;
                -webkit-box-orient: vertical;
                -webkit-line-clamp: 3;
                overflow: hidden; }
              .index-body .index-news .index-news-body .index-news-first .index-news-first-info .index-news-first-box .index-news-first-words a {
                color: #1c87ca; }
      .index-body .index-news .index-news-body .index-news-list {
        width: 68%;
        margin-left: 2%; }
        .index-body .index-news .index-news-body .index-news-list .index-news-item {
          margin-top: 10px;
          display: flex;
          justify-content: space-between;
          color: #434343; }
          .index-body .index-news .index-news-body .index-news-list .index-news-item .index-news-item-img {
            font-size: 0;
            width: 32%; }
            .index-body .index-news .index-news-body .index-news-list .index-news-item .index-news-item-img img {
              width: 100%;
              height: 100%;
              object-fit: cover;
              object-position: center; }
          .index-body .index-news .index-news-body .index-news-list .index-news-item .index-news-item-info {
            width: 65%;
            margin-left: 2%; }
            .index-body .index-news .index-news-body .index-news-list .index-news-item .index-news-item-info .index-news-item-tit {
              font-size: 18px;
              margin-top: 10px;
              white-space: nowrap;
              overflow: hidden;
              text-overflow: ellipsis; }
              .index-body .index-news .index-news-body .index-news-list .index-news-item .index-news-item-info .index-news-item-tit a {
                color: #313131; }
                .index-body .index-news .index-news-body .index-news-list .index-news-item .index-news-item-info .index-news-item-tit a:hover {
                  color: #1c87ca; }
            .index-body .index-news .index-news-body .index-news-list .index-news-item .index-news-item-info .index-news-item-date {
              font-size: 16px;
              color: #959595;
              margin-top: 10px; }
            .index-body .index-news .index-news-body .index-news-list .index-news-item .index-news-item-info .index-news-item-desc {
              font-size: 14px;
              line-height: 18px;
              margin-top: 10px; }
              .index-body .index-news .index-news-body .index-news-list .index-news-item .index-news-item-info .index-news-item-desc span {
                display: -webkit-box;
                -webkit-box-orient: vertical;
                -webkit-line-clamp: 2;
                overflow: hidden; }
              .index-body .index-news .index-news-body .index-news-list .index-news-item .index-news-item-info .index-news-item-desc a {
                color: #1c87ca; }
          .index-body .index-news .index-news-body .index-news-list .index-news-item:first-child {
            margin-top: 0; }
  .index-body .index-flink {
    margin-top: 40px;
    display: flex; }
    .index-body .index-flink b {
      font-size: 18px;
      color: #313131; }
    .index-body .index-flink div {
      margin-left: 10px;
      display: flex;
      align-items: flex-start;
      flex-wrap: wrap; }
      .index-body .index-flink div a {
        font-size: 14px;
        color: #535353;
        margin-right: 10px;
        line-height: 24px; }
        .index-body .index-flink div a:last-child {
          margin-right: 0; }
        .index-body .index-flink div a:hover {
          color: #1c87ca; }

/* 底部 */
.foot {
  width: 100%;
  background-color: #f6f6f6; }
  .foot .foot-body {
    width: 95%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 0 50px;
    display: flex;
    justify-content: space-between; }
    .foot .foot-body .foot-list {
      width: 60%;
      padding: 20px 0;
      border-right: solid 1px #bfbfbf; }
      .foot .foot-body .foot-list > ul {
        display: flex; }
        .foot .foot-body .foot-list > ul li {
          width: 14%;
          margin-right: 5%; }
          .foot .foot-body .foot-list > ul li p {
            font-size: 16px;
            font-weight: bold;
            color: #313131; }
          .foot .foot-body .foot-list > ul li dl {
            margin-top: 25px; }
            .foot .foot-body .foot-list > ul li dl dd a {
              font-size: 14px;
              color: #535353;
              line-height: 24px; }
              .foot .foot-body .foot-list > ul li dl dd a:hover {
                color: #1c87ca; }
    .foot .foot-body .foot-ways {
      width: 33%;
      display: flex;
      justify-content: space-between; }
      .foot .foot-body .foot-ways .foot-ways-list .foot-ways-item {
        display: flex;
        align-items: center;
        margin-top: 15px; }
        .foot .foot-body .foot-ways .foot-ways-list .foot-ways-item .foot-ways-item-round {
          width: 50px;
          height: 50px;
          display: flex;
          justify-content: center;
          align-items: center;
          box-sizing: border-box;
          border: solid 1px #a0a0a0;
          border-radius: 50%;
          margin-right: 20px; }
          .foot .foot-body .foot-ways .foot-ways-list .foot-ways-item .foot-ways-item-round i {
            font-size: 25px;
            line-height: 25px;
            color: #a0a0a0; }
          .foot .foot-body .foot-ways .foot-ways-list .foot-ways-item .foot-ways-item-round .fa-envelope {
            font-size: 20px; }
        .foot .foot-body .foot-ways .foot-ways-list .foot-ways-item .foot-ways-item-info {
          width: calc(100% - 70px); }
          .foot .foot-body .foot-ways .foot-ways-list .foot-ways-item .foot-ways-item-info p {
            font-size: 14px;
            color: #434343;
            line-height: 1.5; }
        .foot .foot-body .foot-ways .foot-ways-list .foot-ways-item:first-child {
          margin-top: 0; }
  .foot .foot-bot {
    background-color: #dcdcdc; }
    .foot .foot-bot .foot-bot-body {
      width: 95%;
      max-width: 1200px;
      margin: 0 auto;
      display: flex;
      justify-content: space-between;
      align-items: center;
      font-size: 14px;
      color: #535353;
      padding: 15px 0; }
      .foot .foot-bot .foot-bot-body dl {
        display: flex; }
        .foot .foot-bot .foot-bot-body dl dd {
          margin-left: 5px;
          padding-left: 5px;
          border-left: solid 1px #535353; }
          .foot .foot-bot .foot-bot-body dl dd:first-child {
            margin-left: 0;
            padding-left: 0;
            border-left: none; }

/* 讲师团队 */
.teacher {
  width: 95%;
  max-width: 1200px;
  margin: 55px auto;
  color: #313131; }
  .teacher .teacher-tit {
    padding-bottom: 35px;
    border-bottom: solid 1px #dcdcdc;
    margin-bottom: 35px; }
    .teacher .teacher-tit p {
      font-size: 14px;
      line-height: 24px;
      text-indent: 2em;
      margin-top: 40px; }
      .teacher .teacher-tit p:first-child {
        margin-top: 0; }
  .teacher > ul {
    display: flex;
    flex-wrap: wrap; }
    .teacher > ul .teacher-item {
      width: 48%;
      margin-right: 4%;
      margin-bottom: 40px;
      display: flex; }
      .teacher > ul .teacher-item .teacher-item-img {
        font-size: 0;
        width: 29%;
        margin-right: 10px; }
        .teacher > ul .teacher-item .teacher-item-img img {
          width: 100%;
          height: 100%;
          object-fit: cover;
          object-position: center; }
      .teacher > ul .teacher-item .teacher-item-info {
        width: 78%;
        display: flex;
        background-color: #f2f2f2; }
        .teacher > ul .teacher-item .teacher-item-info .teacher-item-info-box {
          width: 100%;
          margin: 20px 30px 20px 40px; }
          .teacher > ul .teacher-item .teacher-item-info .teacher-item-info-box .teacher-item-info-tit {
            font-size: 22px; }
          .teacher > ul .teacher-item .teacher-item-info .teacher-item-info-box .teacher-item-info-line {
            width: 40%;
            min-width: 45px;
            max-width: 130px;
            height: 3px;
            margin-top: 10px;
            background-image: linear-gradient(90deg, #1c87ca 0%, #7cc8bc 100%), linear-gradient(#f2f2f2, #f2f2f2);
            background-blend-mode: normal, normal; }
          .teacher > ul .teacher-item .teacher-item-info .teacher-item-info-box .teacher-item-info-words {
            margin-top: 10px;
            height: 66px;
            overflow: hidden; }
            .teacher > ul .teacher-item .teacher-item-info .teacher-item-info-box .teacher-item-info-words p {
              font-size: 14px;
              line-height: 22px; }
      .teacher > ul .teacher-item:nth-child(even) {
        margin-right: 0; }

/* 教学内容 */
.jx-ts {
  width: 95%;
  max-width: 1200px;
  margin: 70px auto; }
  .jx-ts ul .jx-ts-item {
    margin-top: 60px; }
    .jx-ts ul .jx-ts-item .jx-ts-item-tit {
      font-size: 24px;
      color: #1c87ca; }
      .jx-ts ul .jx-ts-item .jx-ts-item-tit img {
        margin-right: 10px; }
    .jx-ts ul .jx-ts-item div, .jx-ts ul .jx-ts-item dl {
      margin-top: 30px; }
      .jx-ts ul .jx-ts-item div p, .jx-ts ul .jx-ts-item div dd, .jx-ts ul .jx-ts-item dl p, .jx-ts ul .jx-ts-item dl dd {
        font-size: 15px;
        color: #313131;
        line-height: 1.6;
        text-indent: 2em;
        margin-top: 20px; }
        .jx-ts ul .jx-ts-item div p:first-child, .jx-ts ul .jx-ts-item div dd:first-child, .jx-ts ul .jx-ts-item dl p:first-child, .jx-ts ul .jx-ts-item dl dd:first-child {
          margin-top: 0; }
      .jx-ts ul .jx-ts-item div dd, .jx-ts ul .jx-ts-item dl dd {
        text-indent: 0; }
    .jx-ts ul .jx-ts-item:first-child {
      margin-top: 0; }

.jx-lx {
  width: 100%;
  max-width: 1200px;
  margin: 60px auto;
  background-color: #eee;
  display: flex; }
  .jx-lx .jx-lx-body {
    width: 95%;
    margin: 30px 50px; }
    .jx-lx .jx-lx-body h2 {
      font-size: 30px;
      color: #1c87ca;
      padding-bottom: 20px;
      border-bottom: solid 1px rgba(255, 255, 255, 0.6); }
    .jx-lx .jx-lx-body form {
      margin-top: 30px; }
      .jx-lx .jx-lx-body form .jx-lx-li1 {
        margin-top: 25px; }
        .jx-lx .jx-lx-body form .jx-lx-li1:first-child {
          margin-top: 0; }
      .jx-lx .jx-lx-body form .jx-lx-li2 {
        display: flex;
        justify-content: space-between; }
      .jx-lx .jx-lx-body form .jx-lx-li3 {
        margin-top: 30px;
        text-align: center; }
        .jx-lx .jx-lx-body form .jx-lx-li3 .jx-lx-sub {
          width: 40%;
          max-width: 290px;
          background-color: #6fc3a3;
          padding: 15px 0;
          font-size: 20px;
          color: #fff;
          cursor: pointer; }
          .jx-lx .jx-lx-body form .jx-lx-li3 .jx-lx-sub:hover {
            background-color: #1c87ca; }
      .jx-lx .jx-lx-body form .jx-lx-inp {
        width: 32%;
        margin-right: 2%;
        padding: 18px 0;
        font-size: 16px;
        color: #313131;
        text-indent: 1em; }
        .jx-lx .jx-lx-body form .jx-lx-inp::-webkit-input-placeholder {
          font-family: MicrosoftYaHei,'微软雅黑';
          font-size: 16px;
          color: #7d7d7d; }
        .jx-lx .jx-lx-body form .jx-lx-inp:last-child {
          margin-right: 0; }
      .jx-lx .jx-lx-body form .jx-lx-row {
        width: 100%; }
      .jx-lx .jx-lx-body form .jx-lx-msg {
        width: 100%;
        resize: none;
        height: 130px; }
      .jx-lx .jx-lx-body form .jx-lx-li4 {
        position: relative;
        z-index: 2;
        background-color: #fff; }
        .jx-lx .jx-lx-body form .jx-lx-li4:before {
          content: '';
          position: absolute;
          top: 45%;
          right: 15px;
          z-index: -1;
          width: 0;
          height: 0;
          border: 10px solid transparent;
          border-top-color: #ccc;
          cursor: pointer; }
      .jx-lx .jx-lx-body form .jx-lx-sel {
        width: 100%;
        border: none;
        font-family: MicrosoftYaHei,'微软雅黑';
        color: #7d7d7d;
        -webkit-appearance: none;
        -moz-appearance: none;
        cursor: pointer;
        background: none; }
        .jx-lx .jx-lx-body form .jx-lx-sel option {
          min-height: auto;
          text-indent: 1em; }
          .jx-lx .jx-lx-body form .jx-lx-sel option:focus {
            outline: none; }
        .jx-lx .jx-lx-body form .jx-lx-sel:focus {
          outline: none; }

.jx-kc {
  width: 95%;
  max-width: 1200px;
  margin: 60px auto;
  color: #313131; }
  .jx-kc .jx-kc-tit {
    padding-bottom: 35px;
    border-bottom: solid 1px #dcdcdc;
    margin-bottom: 35px;
    text-align: center; }
    .jx-kc .jx-kc-tit p {
      font-size: 16px;
      line-height: 1.5; }
  .jx-kc .jx-kc-bot {
    font-size: 14px;
    margin-top: 30px; }
  .jx-kc > ul {
    display: flex;
    flex-wrap: wrap; }
    .jx-kc > ul .jx-kc-item {
      width: 45%;
      height: 155px;
      margin-right: 10%;
      margin-bottom: 40px;
      display: flex;
      position: relative; }
      .jx-kc > ul .jx-kc-item .jx-kc-item-l {
        width: 40%;
        background-image: linear-gradient(-30deg, #1c87ca 0%, #7cc8bc 100%), linear-gradient(#f2f2f2, #f2f2f2);
        background-blend-mode: normal, normal;
        display: flex; }
        .jx-kc > ul .jx-kc-item .jx-kc-item-l .jx-kc-item-l-box {
          width: 100%;
          margin: 10px;
          outline: solid 2px rgba(255, 255, 255, 0.5);
          display: flex;
          justify-content: center;
          align-items: center; }
          .jx-kc > ul .jx-kc-item .jx-kc-item-l .jx-kc-item-l-box p {
            width: 77%;
            font-size: 25px;
            color: #fff; }
      .jx-kc > ul .jx-kc-item .jx-kc-item-r {
        width: 60%;
        background-color: #f2f2f2;
        display: flex; }
        .jx-kc > ul .jx-kc-item .jx-kc-item-r .jx-kc-item-r-box {
          width: 100%;
          margin: 0 40px;
          display: flex;
          align-items: center; }
          .jx-kc > ul .jx-kc-item .jx-kc-item-r .jx-kc-item-r-box p {
            font-size: 18px;
            line-height: 30px;
            max-height: 90px;
            overflow: hidden; }
      .jx-kc > ul .jx-kc-item a {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0; }
      .jx-kc > ul .jx-kc-item:nth-child(even) {
        margin-right: 0; }
  .jx-kc .jx-kc-de {
    margin-top: 50px;
    background-image: linear-gradient(-30deg, rgba(28, 135, 202, 0.1) 0%, rgba(124, 200, 188, 0.1) 100%), linear-gradient(#f2f2f2, #f2f2f2);
    background-blend-mode: normal, normal;
    display: flex; }
    .jx-kc .jx-kc-de .jx-kc-de-body {
      width: 100%;
      margin: 60px; }
      .jx-kc .jx-kc-de .jx-kc-de-body .jx-kc-de-tit {
        display: flex;
        justify-content: space-between;
        font-size: 25px; }
        .jx-kc .jx-kc-de .jx-kc-de-body .jx-kc-de-tit .jx-kc-de-tit-l {
          color: #1c87ca;
          font-size: 40px; }
        .jx-kc .jx-kc-de .jx-kc-de-body .jx-kc-de-tit .jx-kc-de-tit-r {
          color: #313131; }
      .jx-kc .jx-kc-de .jx-kc-de-body .jx-kc-de-info {
        margin-top: 40px; }
        .jx-kc .jx-kc-de .jx-kc-de-body .jx-kc-de-info .jx-kc-de-info-day {
          font-size: 20px;
          font-weight: bold;
          color: #313131;
          padding-bottom: 10px;
          border-bottom: solid 1px #d2d2d2; }
        .jx-kc .jx-kc-de .jx-kc-de-body .jx-kc-de-info .jx-kc-de-info-box {
          width: 90%;
          margin: 0 auto;
          margin-top: 25px; }
          .jx-kc .jx-kc-de .jx-kc-de-body .jx-kc-de-info .jx-kc-de-info-box .jx-kc-de-info-item {
            margin-top: 20px;
            display: flex;
            align-items: flex-start; }
            .jx-kc .jx-kc-de .jx-kc-de-body .jx-kc-de-info .jx-kc-de-info-box .jx-kc-de-info-item .jx-kc-de-info-item-l {
              width: 30%; }
            .jx-kc .jx-kc-de .jx-kc-de-body .jx-kc-de-info .jx-kc-de-info-box .jx-kc-de-info-item .jx-kc-de-info-item-r {
              width: 70%; }
            .jx-kc .jx-kc-de .jx-kc-de-body .jx-kc-de-info .jx-kc-de-info-box .jx-kc-de-info-item .jx-kc-de-info-item-tit {
              font-size: 18px; }
            .jx-kc .jx-kc-de .jx-kc-de-body .jx-kc-de-info .jx-kc-de-info-box .jx-kc-de-info-item .jx-kc-de-info-item-words {
              font-size: 16px; }
              .jx-kc .jx-kc-de .jx-kc-de-body .jx-kc-de-info .jx-kc-de-info-box .jx-kc-de-info-item .jx-kc-de-info-item-words p {
                font-size: 16px;
                line-height: 24px;
                margin-top: 10px; }
                .jx-kc .jx-kc-de .jx-kc-de-body .jx-kc-de-info .jx-kc-de-info-box .jx-kc-de-info-item .jx-kc-de-info-item-words p:first-child {
                  margin-top: 0; }
            .jx-kc .jx-kc-de .jx-kc-de-body .jx-kc-de-info .jx-kc-de-info-box .jx-kc-de-info-item:first-child {
              margin-top: 0; }
      .jx-kc .jx-kc-de .jx-kc-de-body .jx-kc-de-arra {
        margin-top: 40px; }
        .jx-kc .jx-kc-de .jx-kc-de-body .jx-kc-de-arra table {
          width: 100%;
          border-collapse: collapse;
          background-color: #fff; }
          .jx-kc .jx-kc-de .jx-kc-de-body .jx-kc-de-arra table td {
            padding: 7px !important; }

/* 办学风采 */
.bx-kc {
  width: 95%;
  max-width: 1200px;
  margin: 50px auto; }
  .bx-kc .bx-kc-tit {
    padding-bottom: 30px;
    border-bottom: solid 1px #dcdcdc;
    margin-bottom: 35px; }
    .bx-kc .bx-kc-tit p {
      font-size: 14px;
      line-height: 24px;
      text-indent: 2em;
      margin-top: 30px; }
      .bx-kc .bx-kc-tit p:first-child {
        margin-top: 0; }
  .bx-kc > ul {
    display: flex;
    flex-wrap: wrap; }
    .bx-kc > ul .bx-kc-item {
      width: 24.25%;
      margin-right: 1%;
      margin-bottom: 20px;
      cursor: pointer;
      position: relative; }
      .bx-kc > ul .bx-kc-item .bx-kc-item-img {
        width: 100%;
        font-size: 0; }
        .bx-kc > ul .bx-kc-item .bx-kc-item-img img {
          width: 100%;
          height: 100%;
          object-fit: cover;
          object-position: center; }
      .bx-kc > ul .bx-kc-item .bx-kc-item-tit {
        background-color: #f2f2f2;
        padding: 15px 0; }
        .bx-kc > ul .bx-kc-item .bx-kc-item-tit p {
          width: 90%;
          height: 40px;
          margin: 0 auto;
          font-size: 14px;
          line-height: 20px;
          display: -webkit-box;
          -webkit-box-orient: vertical;
          -webkit-line-clamp: 2;
          overflow: hidden; }
      .bx-kc > ul .bx-kc-item a {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0; }
      .bx-kc > ul .bx-kc-item:nth-child(4n) {
        margin-right: 0; }
      .bx-kc > ul .bx-kc-item:hover .bx-kc-item-tit {
        background-color: #1c87ca; }
        .bx-kc > ul .bx-kc-item:hover .bx-kc-item-tit p {
          color: #fff; }

.bx-kc-de {
  width: 95%;
  max-width: 680px;
  margin: 50px auto; }
  .bx-kc-de .bx-kc-de-tit {
    font-size: 22px;
    text-align: center; }
  .bx-kc-de .bx-kc-de-img {
    font-size: 0;
    text-align: center;
    margin-top: 25px; }
  .bx-kc-de .bx-kc-de-info {
    margin-top: 30px; }
    .bx-kc-de .bx-kc-de-info p {
      font-size: 16px;
      line-height: 26px; }

/* 联系我们 */
.lx-fs {
  width: 100%;
  max-width: 1200px;
  margin: 60px auto; }
  .lx-fs .lx-fs-tit {
    font-size: 0;
    text-align: center; }
  .lx-fs .lx-fs-ways {
    margin-top: 70px;
    text-align: center; }
    .lx-fs .lx-fs-ways p {
      font-size: 18px;
      margin-top: 10px; }
      .lx-fs .lx-fs-ways p:first-child {
        margin-top: 0; }
  .lx-fs .lx-fs-map {
    margin-top: 50px;
    width: 100%;
    height: 450px;
    background-color: #eee; }

/* 学院概况 */
.xy-jj {
  width: 95%;
  max-width: 1200px;
  margin: 70px auto; }
  .xy-jj .xy-jj-main {
    display: flex;
    justify-content: space-between; }
    .xy-jj .xy-jj-main .xy-jj-main-l {
      width: 37%; }
      .xy-jj .xy-jj-main .xy-jj-main-l div {
        font-size: 0;
        margin-top: 20px; }
        .xy-jj .xy-jj-main .xy-jj-main-l div:first-child {
          margin-top: 0; }
        .xy-jj .xy-jj-main .xy-jj-main-l div img {
          width: 100%; }
    .xy-jj .xy-jj-main .xy-jj-main-r {
      width: 59%;
      margin-left: 3%; }
      .xy-jj .xy-jj-main .xy-jj-main-r .xy-jj-main-r-tit {
        font-size: 0;
        text-align: right; }
      .xy-jj .xy-jj-main .xy-jj-main-r .xy-jj-main-r-info {
        margin-top: 60px; }
        .xy-jj .xy-jj-main .xy-jj-main-r .xy-jj-main-r-info p {
          font-size: 14px;
          line-height: 1.7;
          text-indent: 2em; }
  .xy-jj .xy-jj-ss {
    margin-top: 70px; }
    .xy-jj .xy-jj-ss .xy-jj-ss-tit {
      font-size: 24px;
      color: #1c87ca; }
      .xy-jj .xy-jj-ss .xy-jj-ss-tit img {
        margin-right: 10px; }
    .xy-jj .xy-jj-ss .xy-jj-ss-info {
      margin-top: 35px; }
      .xy-jj .xy-jj-ss .xy-jj-ss-info p {
        font-size: 16px;
        line-height: 1.7;
        text-indent: 2em; }
    .xy-jj .xy-jj-ss .xy-jj-ss-img {
      margin-top: 50px;
      text-align: center; }

.xy-ld {
  width: 95%;
  max-width: 1200px;
  margin: 70px auto 130px; }
  .xy-ld .xy-ld-tit {
    font-size: 0;
    text-align: right; }
  .xy-ld > ul {
    width: 100%;
    max-width: 920px;
    margin: 100px auto 0; }
    .xy-ld > ul .xy-ld-item {
      display: flex;
      align-items: center;
      margin-top: 30px;
      position: relative; }
      .xy-ld > ul .xy-ld-item .xy-ld-item-l {
        width: 150px;
        background-image: linear-gradient(90deg, #1c87ca 0%, #7cc8bc 100%), linear-gradient(#f2f2f2, #f2f2f2);
        background-blend-mode: normal, normal;
        border-radius: 8px 8px 0 0;
        text-align: center;
        padding: 10px 0; }
        .xy-ld > ul .xy-ld-item .xy-ld-item-l span {
          font-size: 20px;
          color: #fff; }
      .xy-ld > ul .xy-ld-item .xy-ld-item-r {
        margin-left: 10%; }
        .xy-ld > ul .xy-ld-item .xy-ld-item-r span {
          font-size: 20px;
          margin-left: 50px; }
          .xy-ld > ul .xy-ld-item .xy-ld-item-r span:first-child {
            margin-left: 0; }
      .xy-ld > ul .xy-ld-item:first-child {
        margin-top: 0; }
      .xy-ld > ul .xy-ld-item:before {
        content: '';
        width: 100%;
        height: 2px;
        position: absolute;
        bottom: 0;
        left: 0;
        background-image: linear-gradient(90deg, #1c87ca 0%, #7cc8bc 100%), linear-gradient(#f2f2f2, #f2f2f2);
        background-blend-mode: normal, normal; }

/* 新闻动态 */
.xw-xy {
  width: 95%;
  max-width: 1200px;
  margin: 50px auto; }
  .xw-xy .xw-xy-first {
    display: flex;
    justify-content: space-between; }
    .xw-xy .xw-xy-first .xw-xy-first-l {
      width: 42%;
      font-size: 0; }
      .xw-xy .xw-xy-first .xw-xy-first-l img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center; }
    .xw-xy .xw-xy-first .xw-xy-first-r {
      width: 55%;
      margin-left: 2%; }
      .xw-xy .xw-xy-first .xw-xy-first-r .xw-xy-first-r-tit {
        font-size: 24px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        overflow: hidden; }
        .xw-xy .xw-xy-first .xw-xy-first-r .xw-xy-first-r-tit a {
          color: #313131; }
          .xw-xy .xw-xy-first .xw-xy-first-r .xw-xy-first-r-tit a:hover {
            color: #1c87ca; }
      .xw-xy .xw-xy-first .xw-xy-first-r .xw-xy-first-r-date {
        font-size: 16px;
        color: #959595;
        margin-top: 30px; }
      .xw-xy .xw-xy-first .xw-xy-first-r .xw-xy-first-r-words {
        font-size: 14px;
        line-height: 24px;
        margin-top: 20px; }
        .xw-xy .xw-xy-first .xw-xy-first-r .xw-xy-first-r-words span {
          display: -webkit-box;
          -webkit-box-orient: vertical;
          -webkit-line-clamp: 4;
          overflow: hidden; }
        .xw-xy .xw-xy-first .xw-xy-first-r .xw-xy-first-r-words a {
          color: #1c87ca; }
  .xw-xy .xw-xy-list {
    margin: 50px 0; }
    .xw-xy .xw-xy-list .xw-xy-item {
      padding-bottom: 10px;
      border-bottom: solid 1px #eee;
      display: flex;
      justify-content: space-between;
      margin-top: 10px; }
      .xw-xy .xw-xy-list .xw-xy-item .xw-xy-item-l {
        width: 21%;
        font-size: 0;
        overflow: hidden; }
        .xw-xy .xw-xy-list .xw-xy-item .xw-xy-item-l img {
          width: 100%;
          height: 100%;
          object-fit: cover;
          object-position: center; }
      .xw-xy .xw-xy-list .xw-xy-item .xw-xy-item-r {
        width: 77%;
        margin-left: 1%; }
        .xw-xy .xw-xy-list .xw-xy-item .xw-xy-item-r .xw-xy-item-r-tit {
          font-size: 18px;
          white-space: nowrap;
          overflow: hidden;
          text-overflow: ellipsis; }
          .xw-xy .xw-xy-list .xw-xy-item .xw-xy-item-r .xw-xy-item-r-tit a {
            color: #313131; }
            .xw-xy .xw-xy-list .xw-xy-item .xw-xy-item-r .xw-xy-item-r-tit a:hover {
              color: #1c87ca; }
        .xw-xy .xw-xy-list .xw-xy-item .xw-xy-item-r .xw-xy-item-r-date {
          font-size: 16px;
          color: #959595;
          margin-top: 10px; }
        .xw-xy .xw-xy-list .xw-xy-item .xw-xy-item-r .xw-xy-item-r-words {
          font-size: 14px;
          line-height: 18px;
          margin-top: 10px; }
          .xw-xy .xw-xy-list .xw-xy-item .xw-xy-item-r .xw-xy-item-r-words span {
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 2;
            overflow: hidden; }
          .xw-xy .xw-xy-list .xw-xy-item .xw-xy-item-r .xw-xy-item-r-words a {
            color: #1c87ca; }
      .xw-xy .xw-xy-list .xw-xy-item:first-child {
        padding-top: 10px;
        border-top: solid 1px #eee;
        margin-top: 0; }

.xw-xy-de {
  width: 95%;
  max-width: 1200px;
  margin: 50px auto; }
  .xw-xy-de .xw-xy-de-tit {
    font-size: 22px;
    text-align: center; }
  .xw-xy-de .xw-xy-de-date {
    font-size: 14px;
    text-align: center;
    color: #959595;
    margin-top: 15px; }
  .xw-xy-de .xw-xy-de-img {
    font-size: 0;
    text-align: center;
    margin-top: 25px; }
  .xw-xy-de .xw-xy-de-info {
    max-width: 680px;
    margin: 0 auto;
    margin-top: 30px; }
    .xw-xy-de .xw-xy-de-info p {
      font-size: 16px;
      line-height: 26px; }

/* general images list */
.clgimgs {
  width: 95%;
  max-width: 1200px;
  margin: 60px auto; }
  .clgimgs .clgimgs-list {
    display: flex;
    flex-wrap: wrap; }
  .clgimgs .clgimgs-item {
    width: 32%;
    margin-right: 2%;
    margin-bottom: 30px; }
    .clgimgs .clgimgs-item .clgimgs-item-img {
      font-size: 0;
      overflow: hidden; }
      .clgimgs .clgimgs-item .clgimgs-item-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center; }
    .clgimgs .clgimgs-item .clgimgs-item-tit {
      font-size: 17px;
      text-align: center;
      margin-top: 15px; }
    .clgimgs .clgimgs-item:nth-child(3n) {
      margin-right: 0; }

/* general */
.generalpage-body {
  width: 95%;
  max-width: 1200px;
  margin: 60px auto; }
  .generalpage-body p {
    font-size: 17px;
    line-height: 1.8; }

/* show product imgs thumb */
.showproimg {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 5;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: none; }
  .showproimg .showproimg-body {
    width: 100%;
    height: 100%; }
    .showproimg .showproimg-body .showproimg-next:focus, .showproimg .showproimg-body .showproimg-prev:focus {
      outline: none; }
  .showproimg .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0; }
    .showproimg .swiper-slide img {
      max-width: 95%;
      max-height: 95%; }
  .showproimg .showproimg-clo {
    position: absolute;
    top: 0;
    right: 10px;
    z-index: 3;
    font-size: 40px;
    color: #fff;
    cursor: pointer; }
    .showproimg .showproimg-clo:hover {
      color: #1c87ca; }
    .showproimg .showproimg-clo:active {
      color: #1c87ca; }

.showproimg1 {
  display: block; }

/* blanklayer */
.blanklayer {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  height: 100%;
  background-color: #fff; }

.blankbody {
  opacity: 0;
  overflow: hidden; }
